In [1]:
cd /Users/Will/Documents/GITHUB/class_project/class_project/HW7
In [13]:
from data_cleaning_utils import *
import matplotlib.pyplot as plt
%matplotlib inline
This is a quick notebook designed to show the functions within the data_cleaning_utils.py There are 3 main functions:
right now, each function is written to run individually, but can be modified so that they aren't re-run each time
In [3]:
cd /Users/Will/Documents/GITHUB/class_project/class_project/Data/Amazon
In [4]:
raw = import_data()
In [5]:
raw.head()
Out[5]:
In [16]:
smooth = smooth_data("pH")
In [9]:
reduced = reducer()
In [10]:
reduced.head()
Out[10]: